-
Notifications
You must be signed in to change notification settings - Fork 2
feat: support arbitrum sepolia testnet #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds support for the Arbitrum Sepolia testnet across code and documentation.
- Introduces arbitrumSepolia chain configuration and selection logic.
- Updates docs, demos, and examples to include the new chain; bumps related iExec package versions.
- Adds new parameters/examples (e.g. remainingAccess) and new subgraph / explorer references.
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/wagmiNetworks.ts | Adds arbitrumSepolia to wagmi networks list. |
| src/utils/chain.utils.ts | Adds arbitrumSepolia chain metadata to supported chains. |
| src/references/iapp-generator/building-your-iexec-app.md | Mentions new chain in CLI option examples. |
| src/references/dataProtector/methods/revokeOneAccess.md | Adds remainingAccess parameter to examples. |
| src/modules/helloWorld/ProtectData.vue | Adds Arbitrum Sepolia explorer mapping and URL logic. |
| src/guides/build-iapp/deploy-&-run.md | Adds Arbitrum Sepolia deploy/run demo steps. |
| src/guides/build-iapp/advanced/result-callback.md | Replaces dynamic gas limit note with a hard-coded value and removes script. |
| src/get-started/tooling-and-explorers/subgraph-explorer.md | Adds Arbitrum Sepolia subgraph project cards. |
| src/get-started/tooling-and-explorers/blockchain-explorer.md | Includes Arbitrum Sepolia in explorer guidance. |
| src/get-started/helloWorld/5-bonusChapter.md | Excludes Arbitrum Sepolia from voucher template. |
| src/get-started/helloWorld/3-buildIApp.md | Adds Arbitrum Sepolia deploy demo steps. |
| src/components/ChainNotSupportedBadge.vue | Extends supported chain check to Arbitrum Sepolia. |
| package.json | Bumps iExec SDK-related dependency versions. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
64ix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.